home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / ne2000ls.zip / NE2000O.ZIP / README.TXT < prev   
Text File  |  1990-09-10  |  2KB  |  41 lines

  1.                      NE1000/NE2000 NDIS PROTOCOL.INI User Manual
  2.  
  3.  
  4.  
  5.           
  6.           This document describes the PROTOCOL.INI keywords used for the
  7.           Microsoft NE1000/NE2000 NDIS device driver v0.31.
  8.           
  9.           IOBASE - This keyword describes the IO base address used by the
  10.           adapter. It must match the jumper settings as described in the
  11.           installation manual. The values of IOBASE range from 200H to 3E0H
  12.           in increments of 10H. If multiple adapters are installed, the
  13.           IOBASE values must be at least 20H apart. The IOBASE default is
  14.           300H.
  15.           
  16.           INTERRUPT - This keyword describes the interrupt used by the
  17.           adapter. No other device installed in the computer may use this
  18.           interrupt. It's value must match the jumper setting as described
  19.           in the installation manual. INTERRUPT can range from 2 to 5
  20.           inclusive, the default is 3.
  21.           
  22.           DRIVERNAME - This keyword describes the device driver's name. The
  23.           default is MS1000$ if NE1000, or MS2000$ if NE2000. If more then
  24.           one adapter is installed, the device driver names increment as
  25.           follows:
  26.           
  27.               MS10002$, MS10003$, MS10004$, ..., MS10009$
  28.               
  29.           Following is an example PROTOCOL.INI fragment:
  30.           
  31.               [NE1000_NIF]
  32.                   Drivername = MS1000$
  33.                   Interrupt = 3
  34.                   IoBase = 0x300
  35.               
  36.               [NE2000_NIF]
  37.                   Drivername = MS2000$
  38.                   Interrupt = 3
  39.                   IoBase = 0x300
  40.               
  41.